Skip to content

Conversation

@calixteman
Copy link
Contributor

@calixteman calixteman commented Feb 8, 2026

Fixes #20616.

Copy link
Contributor

@timvandermeij timvandermeij left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=me, with the comments addressed. Thanks!

Comment on lines 25 to +26
/** @typedef {import("../src/display/struct_tree_layer_builder.js").StructTreeLayerBuilder} StructTreeLayerBuilder */
/** @typedef {import("../../../web/l10n.js").L10n} L10n */
Copy link
Contributor

@timvandermeij timvandermeij Feb 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The line above this one points to ../src/display/struct_tree_layer_builder.js but there is no src folder in the top-level folder that .. refers to, and the struct tree builder lives in the web/ folder instead. I assume that one is incorrect, and should be ../../../web/struct_tree_layer_builder.js instead?

/** @typedef {import("../../web/struct_tree_layer_builder.js").StructTreeLayerBuilder} StructTreeLayerBuilder */
// eslint-disable-next-line max-len
/** @typedef {import("../../web/comment_manager.js").CommentManager} CommentManager */
// eslint-disable-next-line max-len
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If npx gulp typestest passes again with these changes, please also undo the change from aa4d0f7 in the scope of this MR to activate it again in the CI.

@timvandermeij timvandermeij linked an issue Feb 9, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Re-enable the types tests

2 participants